Uses of Interface
com.cisco.pt.ipc.sim.CiscoDevice
Packages that use CiscoDevice
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of CiscoDevice in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc with parameters of type CiscoDeviceModifier and TypeMethodDescriptionIPCFactory.getConsole(CiscoDevice ciscoDevice) IPCFactory.getConsoleLine(CiscoDevice ciscoDevice) IPCFactory.getIpcTerminalLine(CiscoDevice ciscoDevice) IPCFactory.getLine(CiscoDevice ciscoDevice, int num) IPCFactory.getVtyLine(CiscoDevice ciscoDevice, int num) -
Uses of CiscoDevice in com.cisco.pt.ipc.events
Methods in com.cisco.pt.ipc.events with parameters of type CiscoDeviceModifier and TypeMethodDescriptionvoidCiscoDeviceEventRegistry.addListener(CiscoDeviceEventListener listener, CiscoDevice objClass) voidCiscoDeviceEventRegistry.addSpecificListenerFiltered(CiscoDeviceEventListener listener, CiscoDevice objClass, List<String> events) voidCiscoDeviceEventRegistry.removeListener(CiscoDeviceEventListener listener, CiscoDevice objClass) voidCiscoDeviceEventRegistry.removeSpecificListenerFiltered(CiscoDeviceEventListener listener, CiscoDevice objClass, List<String> events) -
Uses of CiscoDevice in com.cisco.pt.ipc.sim
Subinterfaces of CiscoDevice in com.cisco.pt.ipc.simModifier and TypeInterfaceDescriptioninterfaceInformation provided by the PKI file:interfaceInformation provided by the PKI file:interfaceInformation provided by the PKI file: -
Uses of CiscoDevice in com.cisco.pt.ipc.sim.impl
Classes in com.cisco.pt.ipc.sim.impl that implement CiscoDeviceModifier and TypeClassDescriptionclassInformation provided by the PKI file:classInformation provided by the PKI file:classInformation provided by the PKI file:classInformation provided by the PKI file: -
Uses of CiscoDevice in com.cisco.pt.test
Methods in com.cisco.pt.test with parameters of type CiscoDeviceModifier and TypeMethodDescriptionprotected static voidTest1.enter(CiscoDevice ciscoDevice, String command, String mode)